Click or drag to resize

RepeatTime Class

The RepeatTime class represents repeat time for a session.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.SdpRepeatTime

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class RepeatTime

The RepeatTime type exposes the following members.

Constructors
  NameDescription
Public methodRepeatTime
Initializes a new instance of the RepeatTime class.
Public methodRepeatTime(Int32, Int32)
Initializes a new instance of the RepeatTime class with the specified repeat interval and duration.
Public methodRepeatTime(TimeSpan, TimeSpan)
Initializes a new instance of the RepeatTime class with the specified repeat interval and duration.
Public methodRepeatTime(Int32, Int32, Int32)
Initializes a new instance of the RepeatTime class with the specified repeat interval, duration and offset.
Public methodRepeatTime(TimeSpan, TimeSpan, TimeSpan)
Initializes a new instance of the RepeatTime class with the specified repeat interval, duration and offset.
Top
Properties
  NameDescription
Public propertyDuration
Gets or sets active duration of the session.
Public propertyOffset
Gets offsets.
Public propertyRepeatInterval
Gets or sets repeat time interval.
Top
Methods
  NameDescription
Public methodAdd(Int32)
Adds offset as number of seconds.
Public methodAdd(TimeSpan)
Adds offset.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
Converts the specified string representation of a presence description to its RepeatTime equivalent.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also